Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: only call .ReThrow() if not terminating #26130

Closed
wants to merge 1 commit into from

Conversation

addaleax
Copy link
Member

Otherwise, it looks like a null exception is being thrown.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem. labels Feb 15, 2019
@addaleax
Copy link
Member Author

@addaleax
Copy link
Member Author

addaleax commented Feb 15, 2019

Resume CI: https://ci.nodejs.org/job/node-test-pull-request/20807/ (:heavy_check_mark:)

Otherwise, it looks like a `null` exception is being thrown.
@addaleax
Copy link
Member Author

@danbev
Copy link
Contributor

danbev commented Feb 20, 2019

Landed in 7b19893.

@danbev danbev closed this Feb 20, 2019
danbev pushed a commit that referenced this pull request Feb 20, 2019
Otherwise, it looks like a `null` exception is being thrown.

PR-URL: #26130
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@addaleax addaleax deleted the worker-vm-module-rethrow branch February 20, 2019 10:34
addaleax added a commit that referenced this pull request Feb 21, 2019
Otherwise, it looks like a `null` exception is being thrown.

PR-URL: #26130
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
@BridgeAR BridgeAR mentioned this pull request Feb 26, 2019
rvagg pushed a commit that referenced this pull request Feb 28, 2019
Otherwise, it looks like a `null` exception is being thrown.

PR-URL: #26130
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants